Class IPsecSaGroupImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.IPsecSaGroupImpl
All Implemented Interfaces:
IPCObject, IPsecSaGroup

public class IPsecSaGroupImpl extends IPCObjectImpl implements IPsecSaGroup
Information provided by the PKI file:

    \class IpsecSaGroup
    
    \brief IpsecSaGroup handles and manipulates IPSec SA groups.
    
    \example network().getDevice("Router0").getProcess("IpsecProcess").getCryptoMapSetAt(0).getTableAtIndex(0).getFlowAt(0).getPeerAt(0).getCurrentSaGroup()
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • getEspOutbound

      public IPsecSa getEspOutbound()
      Information provided by the PKI file:
      
          \brief Returns the ESP outbound IPSec SA.
          
          \return IpsecSa, the IpsecSa object for the ESP outbound IPSec SA.
          
              
      Specified by:
      getEspOutbound in interface IPsecSaGroup
      Returns:
      IPsecSa Returns a IPsecSa
    • getEspInbound

      public IPsecSa getEspInbound()
      Information provided by the PKI file:
      
          \brief Returns the ESP inbound IPSec SA.
          
          \return IpsecSa, the IpsecSa object for the ESP inbound IPSec SA.
          
              
      Specified by:
      getEspInbound in interface IPsecSaGroup
      Returns:
      IPsecSa Returns a IPsecSa
    • getAhOutbound

      public IPsecSa getAhOutbound()
      Information provided by the PKI file:
      
          \brief Returns the AH outbound IPSec SA.
          
          \return IpsecSa, the IpsecSa object for the AH outbound IPSec SA.
          
              
      Specified by:
      getAhOutbound in interface IPsecSaGroup
      Returns:
      IPsecSa Returns a IPsecSa
    • getAhInbound

      public IPsecSa getAhInbound()
      Information provided by the PKI file:
      
          \brief Returns the AH inbound IPSec SA.
          
          \return IpsecSa, the IpsecSa object for the AH inbound IPSec SA.
          
              
      Specified by:
      getAhInbound in interface IPsecSaGroup
      Returns:
      IPsecSa Returns a IPsecSa
    • getLifeTime

      public int getLifeTime()
      Information provided by the PKI file:
      
          \brief Returns the lifetime for the IPSec SA group.
          
          \return int, the lifetime for the IPSec SA group.
          
              
      Specified by:
      getLifeTime in interface IPsecSaGroup
      Returns:
      int Returns a int